initLts method

Future<bool?> initLts(
  1. LTSConfig config
)

Implementation

Future<bool?> initLts(LTSConfig config) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}