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