canAuth method

Future<int?> canAuth()

Implementation

Future<int?> canAuth() async {
  return await _channel.invokeMethod('canAuth');
}