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