setBlockScreenConfig method

Future<void> setBlockScreenConfig(
  1. Map<String, String> config
)

Implementation

Future<void> setBlockScreenConfig(Map<String, String> config) {
  throw UnimplementedError(
    'setBlockScreenConfig() has not been implemented.',
  );
}