getFlutterBactrackMethodChannelForTesting function

MethodChannel getFlutterBactrackMethodChannelForTesting()

Allows way to access the private _channel data member for unit testing purposes.

WARNING: Don't use this method in production code unless you know what you're doing! Making changes to the MethodChannel object may impact the proper functioning of the plugin.

Implementation

MethodChannel getFlutterBactrackMethodChannelForTesting() => FlutterBactrack._channel;