getDeviceUUID method

void getDeviceUUID({
  1. required dynamic callback(
    1. String
    ),
})

Method to obtain device UUID.

Implementation

void getDeviceUUID({required Function(String) callback}) =>
    throw UnimplementedError('getDeviceUUID() has not been implemented.');