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