updatePrefilledText static method

Future updatePrefilledText(
  1. String text
)

Implementation

static Future<dynamic> updatePrefilledText(String text) async {
  return await _channel.invokeMethod('updatePrefilledText', text);
}