Future<String?> sendData(String requestString) async { return await _methodChannel .invokeMethod('sendData', {'data': requestString}); }