apex_api library

Mixins

EquatableMixin
A mixin that helps implement equality without needing to explicitly override operator == and hashCode.
MountedStateMixin<T extends StatefulWidget>
WidgetLoadMixin<T extends StatefulWidget>

Extensions

DartySocket on Socket
Default event listeners for dart way API.
JsonExtension on Json
ServerWidgetExtension on BuildContext

Constants

EVENTS → const List
Internal events (blacklisted). These events can't be emitted by the user.

Properties

cache Map<String, dynamic>
final
cookieDomain String
getter/setter pair
protocol int
final

Functions

io(dynamic uri, [dynamic opts]) Socket
Looks up an existing Manager for multiplexing. If the user summons:

Typedefs

ChangeNotifierWidgetBuilder<T> = Widget Function(BuildContext context, ChangeNotifier notifier)
EventHandler<T> = void Function(T data)
Json = Map<String, dynamic>
MessageNotifierCallback = void Function(dynamic tag, [dynamic message])
NotifierWidgetBuilder = Widget Function(BuildContext context, MessageNotifier notifier)
OnConnectionError = void Function(ServerException exception, Object error)
OnSuccess<DM extends DataModel> = void Function(BaseResponse<DM> response)
ReqType = Request Function(Json m)
ResType = DataModel Function(Json m)
RetryBuilder = Widget Function(BuildContext context, void onRetry<DM extends DataModel>(), VoidCallback close)
StringCallback = Future<String> Function()