verifyKeys method

Future<bool> verifyKeys()

Implementation

Future<bool> verifyKeys() async {
  return true;
}