getPlatformVersion method
Implementation
@override
Future<String?> getPlatformVersion() async {
final version = await methodChannel.invokeMethod<String>('getPlatformVersion');
HyperPayLog.i("abdo - MethodChannelHyperPay - getPlatformVersion()");
return version;
}