initialize_interface method
Implementation
Future<Map<String, dynamic>> initialize_interface(
{Map<String, dynamic>? options}) async {
throw UnimplementedError('initialize() has not been implemented.');
}
Future<Map<String, dynamic>> initialize_interface(
{Map<String, dynamic>? options}) async {
throw UnimplementedError('initialize() has not been implemented.');
}