Get the unique Installation ID, generated by the SDK.
Future<String?> get installationID async { return await _channel.invokeMethod('user.getInstallationID'); }