sqliteSelfTestRunningLabel property

  1. @override
String get sqliteSelfTestRunningLabel
override

Label of the SqliteTestPage button while the self test is in flight.

In en, this message translates to: 'Running…'

Implementation

@override
String get sqliteSelfTestRunningLabel => 'Running…';