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