setCallback method

Future<void> setCallback(
  1. NotificationCallback? callback
)

Implementation

Future<void> setCallback(NotificationCallback? callback) =>
    throw UnimplementedError('setCallback() has not been implemented.');