onSuccess static method

Future<void> onSuccess()

Implementation

static Future<void> onSuccess() async {
  return _channel.invokeMethod('performSuccessFeedback');
}