initScrollLayout method

Future<String?> initScrollLayout(
  1. String text
)

Implementation

Future<String?> initScrollLayout(String text) {
  throw UnimplementedError('initScrollLayout() has not been implemented.');
}