setLocationEnableCode method

Future<String?> setLocationEnableCode(
  1. String input
)

Implementation

Future<String?> setLocationEnableCode(String input) async {
  throw UnimplementedError(
      'setServiceCharactersticUUID(input) has not been implemented.');
}