setSecure method

Future<void> setSecure(
  1. bool enable
)

This is the new method that triggers the native privacy protection. We remove getPlatformVersion because we don't need it for this package.

Implementation

Future<void> setSecure(bool enable) {
  throw UnimplementedError('setSecure() has not been implemented.');
}