shouldProcess method

Future<bool?> shouldProcess(
  1. Map<String, dynamic> args
)

Decide if a deep link should be handled by the SDK

Implementation

Future<bool?> shouldProcess(Map<String, dynamic> args) {
  throw UnimplementedError('shouldProcess() has not been implemented.');
}