runSqliteSelfTestImpl function

Future<String> runSqliteSelfTestImpl()

Implementation

Future<String> runSqliteSelfTestImpl() async {
  throw UnsupportedError('sqlite_self_test is not supported on this platform');
}