openCardOnFileSwitcher method

  1. @override
Future<void> openCardOnFileSwitcher(
  1. KnotConfiguration configuration
)
override

Implementation

@override
Future<void> openCardOnFileSwitcher(KnotConfiguration configuration) async {
  await methodChannel.invokeMethod('openCardOnFileSwitcher', configuration.toJson());
}