devSetOptions static method
Testing only.
deprecated on purpose to remove from code.
Implementation
@Deprecated('Dev only')
static Future<void> devSetOptions(SqfliteOptions options) async {
await invokeMethod<dynamic>(methodOptions, options.toMap());
}