currentOperatorType property

Future get currentOperatorType

Implementation

static Future<dynamic> get currentOperatorType async {
  return await _channel
      .invokeMethod(FlyVerifySDKMethods.currentOperatorType.name);
}