Future<String> getDeviceId() async { String response = await methodChannel.invokeMethod("getDeviceId"); return response; }