isPrivacyModeEnabled method

Future<bool> isPrivacyModeEnabled()

Implementation

Future<bool> isPrivacyModeEnabled() {
  throw UnimplementedError(
    'isPrivacyModeEnabled() has not been implemented.',
  );
}