configure method

Future<bool?> configure({
  1. required String key,
  2. void onHandle(
    1. SMKitStatus
    )?,
})

Implementation

Future<bool?> configure({
  required String key,
  void Function(SMKitStatus)? onHandle,
}) {
  throw UnimplementedError('configure() has not been implemented');
}