@override Future<String?> getData() async { return await _methodChannel.invokeMethod<String>('getData'); }