getLinkInfo method

Future<void> getLinkInfo()

Implementation

Future<void> getLinkInfo() async {
  await _channel.invokeMethod('getLinkInfo');
}