SaveSensorUsecase class usecase
センサーデータを保存するユースケース。
センサーデータを収集し、デバイスおよびユーザー情報と組み合わせて CSVファイルとしてローカルに保存します。
Constructors
- SaveSensorUsecase(GetDeviceInfoService _getDeviceInfoService, GetCurrentUserEmailService _getCurrentUserEmailService, SaveCsvToLocalStorageService _saveCsvToLocalStorageService)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
exec(
{required AccelerometerEventWithTime accelerometer, required GyroscopeEvent gyroscope, required DateTime startDate}) → Future< String> - センサーデータをCSVファイルに保存する。
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited