get_text method

Future<String?> get_text()

Implementation

Future<String?> get_text() async {
  final element = await this;
  return await element?.get_text();
}