checkAppVersion2 static method

Future<App> checkAppVersion2(
  1. String flutterKey
)

Implementation

static Future<App> checkAppVersion2(String flutterKey) {
  return BytedeskUserHttpApi().checkAppVersion(flutterKey);
}