Future<String> getIMEI() async { var result = await _channel.invokeMethod("getIMEI"); return result.toString(); }