isLemaPaySupportAPI function

Future<int> isLemaPaySupportAPI()

Implementation

Future<int> isLemaPaySupportAPI() => _channel.invokeMethod("isLemaPaySupportAPI").then((version) {
      return version;
    });