ScreenShot Example Application
git clone https://github.com/diogo-bruno/flutter-push-link-example.git
cd flutter-push-link-example
flutter pub get
flutter pub run flutter_push_link:prepare
flutter run -d 'DeviceName or Id' -t lib/main.dart
import 'package:flutter_push_link/flutter_push_link.dart';
...
String deviceId = await FlutterPushLink.deviceId().catchError(onError);
bool started = await FlutterPushLink.startPushLink(DotEnv.env['PUSH_LINK_API_KEY'], deviceId).catchError(onError);
Open file Application: main.dart