addForegroundNotificationListener method

Future<void> addForegroundNotificationListener(
  1. ValueSetter<String> callback
)

Implementation

Future<void> addForegroundNotificationListener(
    ValueSetter<String> callback) async {
  throw UnimplementedError();
}