showTopicsDialog method

Future<void> showTopicsDialog()

Implementation

Future<void> showTopicsDialog() async {
  return await _channel.invokeMethod("CleverPush#showTopicsDialog");
}