checkPushSetup method

  1. @override
Future<void> checkPushSetup()

Enable automatic push notification diagnostics before configuring the SDK to help you with push notification integration.

Implementation

@override
Future<void> checkPushSetup() => _platform.checkPushSetup();