@override Future<bool> isRoaming() async { final bool roaming = await methodChannel.invokeMethod('isRoaming'); return roaming; }