init method
UMCommon
Implementation
Future<void> init({required String androidAppKey, required String iosAppKey, String? channel, String? androidMessageSecret}) {
throw UnimplementedError('init() has not been implemented.');
}
UMCommon
Future<void> init({required String androidAppKey, required String iosAppKey, String? channel, String? androidMessageSecret}) {
throw UnimplementedError('init() has not been implemented.');
}