AllServicesInitialized method
Implementation
@override
Future<void> AllServicesInitialized() async {
try {
await methodChannel.invokeMethod('AllServicesInitialized');
} on PlatformException catch (e) {
print("Failed to call AllServicesInitialized: ${e.message}");
}
}