Created
August 26, 2020 08:07
-
-
Save vreamer/0abd5e79b7c44056870d489b268e1a2b to your computer and use it in GitHub Desktop.
Configure channel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:direct_reply_notification/flutter-method-channel.dart'; | |
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
FlutterMethodChannel.instance.configureChannel(); // configure method channel | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment