@override Future<String?> getSampleData() async { final sampleData = await methodChannel.invokeMethod('getSampleData'); return sampleData; }