Skip to content

Instantly share code, notes, and snippets.

@vreamer
Created August 26, 2020 08:07
Show Gist options
  • Save vreamer/0abd5e79b7c44056870d489b268e1a2b to your computer and use it in GitHub Desktop.
Save vreamer/0abd5e79b7c44056870d489b268e1a2b to your computer and use it in GitHub Desktop.
Configure channel
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