refreshProcessText property

Future<String?> refreshProcessText

Get the pending data by refreshing the process text

Implementation

static Future<String?> get refreshProcessText async {
  return await _channel.invokeMethod('getRefreshProcessText');
}