versionNative method

Future<String> versionNative()

Implementation

Future<String> versionNative() async {
  return await native(AffiseApiMethod.DEBUG_VERSION_NATIVE);
}