onResult abstract method
- dynamic onResult( )
Specifies the object that will be invoked when the operation completes.
IMPORTANT
Providing the onResult callback is required.
Params:
- onResult: the Function that will be invoked when the operation completes.
Returns: a DeviceInformationSync object.
Implementation
DeviceInformationSync onResult(
Function(DeviceInformationSyncResult) onResult,
);