Get the Appstack ID for the current user
@override Future<String?> getAppstackId() async { final result = await methodChannel.invokeMethod<String>('getAppstackId'); return result; }