startKeywordBlocker method

Future<List<String>> startKeywordBlocker(
  1. List<String> keywords, {
  2. String? redirectRoute,
})

Implementation

Future<List<String>> startKeywordBlocker(List<String> keywords,
        {String? redirectRoute}) =>
    throw UnimplementedError();