menu
spike_flutter_sdk package
documentation
connection/spike_connection.dart
SpikeConnection
close method
close method
dark_mode
light_mode
close
method
Future
<
void
>
close
(
)
Implementation
Future<void> close() async { await NativeSDKBridge.close(connectionId: connectionId); }
spike_flutter_sdk package
documentation
connection/spike_connection
SpikeConnection
close method
SpikeConnection class