@override Future<bool> getIsOnCellular() async { var res = await methodChannel.invokeMethod<bool>('getIsOnCellular'); return res!; }