checkVerifyEnable method

Future<Map> checkVerifyEnable()

Implementation

Future<Map<dynamic, dynamic>> checkVerifyEnable() async {
  print("$flutter_log" + "checkVerifyEnable");
  return await _channel.invokeMethod("checkVerifyEnable");
}