androidOnSafeBrowsingHit method

  1. @override
Future<SafeBrowsingResponse?>? androidOnSafeBrowsingHit(
  1. Uri url,
  2. SafeBrowsingThreat? threatType
)
override

Use onSafeBrowsingHit instead.

Implementation

@override
Future<SafeBrowsingResponse?>? androidOnSafeBrowsingHit(
    Uri url, SafeBrowsingThreat? threatType) {
  return null;
}