UpshotMethodChannelInternal constructor

UpshotMethodChannelInternal({
  1. BuildContext? context,
})

Implementation

UpshotMethodChannelInternal({this.context}) {
  _channel.setMethodCallHandler(_methodCallHandler);
}