clearFingerDatabase static method

Future<bool?> clearFingerDatabase()

Implementation

static Future<bool?> clearFingerDatabase() async {
  return await _channel.invokeMethod('clear');
}