authAK method

Future<bool> authAK(
  1. String key
)

Implementation

Future<bool> authAK(String key) async {
  return BMFLocationDispatcherFactory.instance.authDispatcher
      .keyAuthRequest(_channel, key);
}