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