create abstract method

Future<void> create()

Creates a new version of the device. uuid is usually assigned by the platform within this method.

Implementation

Future<void> create();