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