tapPaySdkVersion property

Future<String?> tapPaySdkVersion

To get the native SDK version

This information is different from the Flutter plugin version. It is the version of the TapPay's native SDK that the this plugin is using

return String with the native SDK version return null if the native SDK version is not available

Implementation

Future<String?> get tapPaySdkVersion;