getChannelInfo method

  1. @override
Future<String?> getChannelInfo()
override

Returns a String containing the version of the platform.

Implementation

@override
Future<String?> getChannelInfo() async {
  return null;
}