setAgreePrivacy method

Future<bool> setAgreePrivacy(
  1. bool isAgree
)

Implementation

Future<bool> setAgreePrivacy(bool isAgree) async {
  return BMFLocationDispatcherFactory.instance.authDispatcher
      .setAgreePrivacy(_channel, isAgree);
}