@override Future<String> getDistinctId() async { final result = await handleWebMethodCall(const MethodCall('distinctId')); return result as String? ?? ''; }